Redo 8859-6 change in the right
authorDave Love <fx@gnu.org>
Fri, 17 Jan 2003 13:59:17 +0000 (13:59 +0000)
committerDave Love <fx@gnu.org>
Fri, 17 Jan 2003 13:59:17 +0000 (13:59 +0000)
place.

lisp/international/ucs-tables.el

index 9a14da44a01ef5b6cc9bab2e12daef89d447ea06..5a21044b764ccad0c388f2d31847bb85dd5b04d8 100644 (file)
@@ -1097,7 +1097,7 @@ Translates from the iso8859 charsets and `mule-unicode-0100-24ff'.")
   ;; table `utf-translation-table-for-decode' does nothing.
 
   ;; Convert the lists to the basic char tables.
-  (dolist (n (list 15 14 9 8 7 5 4 3 2 1))
+  (dolist (n (list 15 14 9 8 7 5 4 3 2 1))
     (let ((alist (symbol-value (intern (format "ucs-8859-%d-alist" n)))))
       (dolist (pair alist)
        (let ((mule (car pair))
@@ -1111,6 +1111,7 @@ Translates from the iso8859 charsets and `mule-unicode-0100-24ff'.")
 
   ;; Derive tables that can be used as per-coding-system
   ;; `translation-table-for-encode's.
+  ;; N.B., there's no 8859-6 coding system.
   (dolist (n (list 15 14 9 8 7 5 4 3 2 1))
     (let* ((alist (symbol-value (intern (format "ucs-8859-%d-alist" n))))
           (encode-translator (set (intern (format "ucs-8859-%d-encode-table"